what is constructor ?
C++ provides a special member function called constructor for initializing an object when it is created.This is known as automatic initialization of objects.
constructor एक special member function होता है जब object को create किया जाता है | तब इसको initialization किया जाता है |
इसको automatic initialization objects कहा जाता है |
⇾ polymorphism
⇾ dynamic binding
⇾ message passing
what is object?
ये oops की तरह बेसिक runtime entity है जो की किसी object (person ,place a bank accunt) को represent करता है |
➡️ object class का variable है जो की classs को exectute करता है और उसमे मौजूद methods को use कर data को process करता है |
➡️ object के create होने पर ये memory में दूसरे variables की तरह ही space लेता है |
what is class?
class एक user define data type है जो data और code को contain करता है जो की object के जरिये use किया जाता है |
class एक structure है जो की object की working को define करता है|
class को create करने के बाद इसके कई object बनाए जा सकते है इसतरह कहा जा सकता है की class एक ही तरह के objects का collection है |
इसको automatic initialization objects कहा जाता है |
features of objects oriented programming:-
⇾ object
⇾ class
⇾ data abstraction and encapsulation
⇾ inheritance
⇾ dynamic binding
⇾ message passing
what is object?
ये oops की तरह बेसिक runtime entity है जो की किसी object (person ,place a bank accunt) को represent करता है |
➡️ object class का variable है जो की classs को exectute करता है और उसमे मौजूद methods को use कर data को process करता है |
➡️ object के create होने पर ये memory में दूसरे variables की तरह ही space लेता है |
what is class?
class एक user define data type है जो data और code को contain करता है जो की object के जरिये use किया जाता है |
class एक structure है जो की object की working को define करता है|
class को create करने के बाद इसके कई object बनाए जा सकते है इसतरह कहा जा सकता है की class एक ही तरह के objects का collection है |
Good
ReplyDeleteNice
ReplyDelete