What are the basics concepts of OOPS?
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 |
Is c++ a software?
What is an accessor in c++?
how to find the maximum of 10 numbers ?
What is slicing?
Explain unexpected() function?
how can u create a doubly linked list with out using pointers?
What gives the current position of the put pointer?
Explain shallow copy?
Why is null pointer used?
How would you call C functions from C++ and vice versa?
What is c++ hash?
Differences between private, protected and public and give examples.