Computer Applications

Read the following text, and choose the correct answer:

They are the real world or software world entities which possess different characteristics and common behaviour described within the class.

Which of the following concept of Object Oriented Programming describe?

  1. Class
  2. Object
  3. Quality
  4. Category

Objects & Classes

9 Likes

Answer

Object

Reason — In Object-Oriented Programming (OOP), an object represents a real-world or software entity that has unique characteristics (attributes) and common behaviours (methods) as defined in a class. A class acts as a blueprint, while objects are actual instances created based on that blueprint.

Answered By

5 Likes


Related Questions