C++ Programming - OOPS Concepts
Exercise : OOPS Concepts - General Questions
- OOPS Concepts - General Questions
46.
Which of the following keyword is used to overload an operator?
47.
What will happen if a class is not having any name?
48.
Which inheritance type is used in the class given below?
class A : public X, public Y
{}
class A : public X, public Y
{}
49.
Which one of the following is correct about the statements given below?
- All function calls are resolved at compile-time in Procedure Oriented Programming.
- All function calls are resolved at compile-time in OOPS.
50.
Which of the following is an invalid visibility label while inheriting a class?
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers