0
2.1kviews
Define object and class. State how they are different and give suitable example of each.

Subject: Object Oriented Modeling and Design

Difficulty: Medium

Marks: 4 Marks

1 Answer
0
62views

Definition of object:- An object is a concept, abstraction or thing that has meaning for an application. Object is basic run time entity.

Definition of class:- A Class is a group of objects with similar properties (attributes), common behavior (operation), common relationship to other objects and common semantics.

Difference:-

  • Class …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.