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 |
Explain virtual class and friend class.
List the features of oops in c++?
What is the main purpose of overloading operators?
What is the use of endl in c++ give an example?
What are special characters c++?
Can a constructor throw a exception? How to handle the error when the constructor fails?
What is data types c++?
What is the difference between reference type and pointers.
You run a shell on unix system. How would you tell which shell are you running?
What is an explicit constructor?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
How does c++ structure differ from c++ class?