Answer Posted / hrpynux@gmail.com
Now, there are four fundamental concepts of Object-oriented programming – Inheritance, Encapsulation, Polymorphism, and Data abstraction. It is very important to know about all of these in order to understand OOPs
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can I learn c++ without c?
What are member functions used in c++?
Why are pointers not used in c++?
What is the purpose of template?
What do you mean by “this” pointer?
What is the difference between interpreters and compilers?
Can you please explain the difference between using macro and inline functions?
How do you declare A pointer to a function which receives nothing and returns nothing
What is the extension of c++?
Define Virtual function in C++.
What does override mean in c++?
How a new operator differs from the operator new?
How the programmer of a class should decide whether to declare member function or a friend function?
Differentiate between the manipulator and setf( ) function?
Difference between overloading vs. Overriding