object oriented programming(opps through c++)

            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 कहा जाता है |

features of objects oriented programming:-

⇾      object
⇾      class
⇾     data abstraction and encapsulation
⇾      inheritance

⇾     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 है | 



Tausif

Hi! My name is TAUSIF AHMAD I have completed B.Tech in Computer Science from Maulana Azad National Urdu University Hyderabad. I am always ready to have new experiences meet new people and learn new things. 1. I am very interested in Frontend Development. 2. I love video editing and graphics designing. 3. I enjoy challenges that enables to grow. 4. I am part time Blogger.

2 Comments

Post a Comment
Previous Post Next Post