How will you define a software object?
245 Likes
A software object replaces the characteristics and behaviours of a real world object with data members and member methods, respectively.
Answered By
142 Likes
A class is also referred to as 'Object Factory'. Comment.
Define class and object with an example.
What does the following statement mean?
Employee staff = new Employee ( );
Why is a class known as composite data type?