OOPs Concepts Programming and Technical

A property which is not true for classes is that they

-are removed from memory when not in use
-permit data to be hidden from other classes.
-bring together all aspects of an entity in one place.
-Can closely model objects in the real world.

Read Solution (Total 4)

OOPs Concepts Other Question

What is static and dynamic binding? Which of the following cannot be legitimately passed to a function

-A constant
-A variable.
-A structure
-A header file.