C++ OOPS Multiple Choice Questions And Answers
Are you preparing for the next job interviews? If yes, trust me this post will help you also we'll suggest you check out a big collection for Programming Full Forms that may help you in your interview:
List of Programming Full Forms
- Inheritance
- Abstraction
- Message Passing
- Polymorphism
- Static function
- Virtual Function
- Constant Function
- Friend Function
class A
{
int a;
public:
void print(){cout<<"Hello World"<
- Inheritance
- Encapsulation
- Polymorsphim
- Abstraction