Prelim Flashcards
Which feature of OOPS described the reusability of code?
Which of the following is not an OOP?
OOP acronym for
Object Oriented Programming
Which feature of OOPS derives the class from another class?
Which of the following is correct about class?
Which of the following is not an access specifier?
Which of the following OOP concept is not true for the C++ programming language?
What is the extra feature in classes which was not in the structures?
Which operator is used to define a member function outside the class?
Nested member function is?
Which of the following is syntax of C++ class member function?
Which among the following feature does not come under the concept of OOPS?
The combination of abstraction of the data and code is viewed in _______?
Which is private member functions access scope?
Which syntax among the following shows that a member is private in a class?