Re: OOPs
OOPs is abbreviation of object oriented programming. It deals object and classes, with its features such as abstraction, encapsulation, polymorphism, implementation and inheritance. C#, C++, core JAVA are the examples of object oriented programming languages.
|