Object oriented Programming C++
Features of OOPs
1) Encapsulation- Binding the member data and member functions in an single unit.
2) Abstraction - Providing essential features without showing the hidden data,
3) Inheritance - Sharing the features among the classes or we can say when one class acquiring the features of another classes.
4) Polymorphism- One name multiple forms of any function, such as function overloading
Features of OOPs
1) Encapsulation- Binding the member data and member functions in an single unit.
2) Abstraction - Providing essential features without showing the hidden data,
3) Inheritance - Sharing the features among the classes or we can say when one class acquiring the features of another classes.
4) Polymorphism- One name multiple forms of any function, such as function overloading
No comments:
Post a Comment