Encapsulation
Object oriented programming is a new way of approaching the job of programming. Object oriented...
Read MorePosted by M. Saqib | Sep 14, 2008 | C++ Programming: Different Articles on C++ Programming |
Object oriented programming is a new way of approaching the job of programming. Object oriented...
Read MorePosted by M. Saqib | Sep 11, 2008 | Object Oriented Programming: Inheritance, Polymorphism, Encapsulation |
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 | Sep 10, 2008 | C++ Programming: Different Articles on C++ Programming |