Encapsulation
Object oriented programming is a new way of approaching the job of programming. Object oriented...
Read MorePosted by M. Saqib | Updated Jun 29, 2021 | C++ Programming Tutorials |
Object oriented programming is a new way of approaching the job of programming. Object oriented...
Read MorePosted by M. Saqib | Updated Oct 14, 2020 | Object Oriented Programming |
Any program which uses these five methodologies or any of it, we can call that program object oriented. They are Encapsulation, Data Hiding, Overloading, Polymorphism, Inheritance. Any programming language which supports all of these features and facilitate the programmer in developing the program in these methodologies is called Object Oriented Programming Language i.e. C++, Java, C#.
Read MorePosted by M. Saqib | Updated May 18, 2021 | C++ Programming Tutorials |