World Mcqs
worldforts.com

Encapsulation helps

A. information hiding

B. in providing low coupling

C. in providing high cohesion

D. All the above

Related Questions on Object Oriented Programming (OOP) Concepts MCQs

A copy constructor is called

A. when an object is returned by value

B. when an object is passed by value as an argument

C. when compiler generates a temporary object

D. all the above

Virtual keyword is used

A. to remove static linkages

B. to call function based on kind of object it is being called for

C. to call the methods that don't exist at compile time

D. all the above