_______is the basic runtime entity in object oriented programming.

Options
- class
- method
- object
- none of these


CORRECT ANSWER : object

Discussion Board
C++ - Classes and Objects

Object is the basic run time entity in an Object Oriented (OO) System. From a programmer’s perspective, it is a storage region with associated semantics. From a designer’s perspective, it is an identifiable component in the problem domain. Object is essentially a variable of user defined data type class.

Prajakta Pandit 01-26-2017 11:32 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement