Elementary Concept of Objects and Classes


Available Answers

  1. 1.

    Fill In the blanks:

    1. An act of using essential features without including background details is ___________.
    2. In an Object Oriented Programming, the stress is given on ___________.
    3. A ___________ is also considered as object factory.
    4. Wrapping of data and function together as a single unit is called ___________.
    5. A/An ___________ has unique identity through which it may differ with some characteristics and behaviour.
    6. The object of a ___________ is represented through the attributes.
    7. The data of an object, which is accessed through the functions is known as ___________.
    8. Class is a ___________ of the objects.
    9. The process by which a class acquires the property of another class is known as ___________.
    10. Using a function for many purposes is termed as ___________ in Obiect Oriented Programming.
  2. 2.

    State whether the glven statements are TRUE or FALSE:

    1. A process according to which a class acquires the characteristics from another class is Encapsulation.
    2. Procedure Oriented Program stresses on data.
    3. A class is a set of related objects.
    4. C++ is also an Object Oriented Programming language.
    5. An object is identified by its characteristics.
    6. Attribute means the data member of the objects in a class.
    7. Function is a set of objects that share the common state and behaviour.
    8. Real world objects encapsulate characteristics and behaviour.
    9. A single class cannot have more than one method in it.
    10. Encapsulation keeps data safe from outside interference.
  3. 3.

    What do you understand by Object Oriented Programming?

  4. 4.

    What are the elements of Object Oriented Programming?

  5. 5.

    What are the features of Object Oriented Programming?

20 more answer(s) available.

Please login to post your comments.