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 |
What do you understand by a pure virtual member function?
Is c the same as c++?
What gives the current position of the put pointer?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
Which one is a preferred language C or C++? Why?
Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??
If I is an integer variable, which is faster ++i or i++?
How would you represent an error detected during constructor of an object?
What is private, public and protected inheritance?
What is the first name of c++?
What is different in C++, compare with unix?