About the Tutorial



Download 2,85 Mb.
Pdf ko'rish
bet224/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   220   221   222   223   224   225   226   227   ...   234
Bog'liq
python3 tutorial 060821094426

issubclass(sub, sup)
boolean function returns True, if the given 
subclass
sub
is indeed a subclass of the superclass
sup


The
isinstance(obj, Class)
boolean function returns True, if
obj
is an instance of 
class
Class
or is an instance of a subclass of Class. 
Overriding Methods 
You can always override your parent class methods. One reason for overriding parent's 
methods is that you may want special or different functionality in your subclass. 
Example
 
#!/usr/bin/python3 
class Parent: # define parent class 
def myMethod(self): 
print ('Calling parent method') 
class Child(Parent): # define child class 
def myMethod(self): 
print ('Calling child method') 
c = Child() # instance of child 
c.myMethod() # child calls overridden method 
When the above code is executed, it produces the following result- 
Calling child method 
Base Overloading Methods 
The following table lists some generic functionality that you can override in your own 
classes- 
SN
 
Method, Description & Sample Call 

__init__ ( self [,args...] )
Constructor (with any optional arguments) 
Sample Call : 
obj = className(args)


Python 3 
343 

__del__( self ) 
Destructor, deletes an object 
Sample Call : 
del obj

__repr__( self )
Evaluatable string representation 
Sample Call : 
repr(obj)

__str__( self ) 
Printable string representation 
Sample Call : 
str(obj)

__cmp__ ( self, x ) 
Object comparison 
Sample Call : 
cmp(obj, x)

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   220   221   222   223   224   225   226   227   ...   234




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish