How will you define a software object?
313 Likes
A software object replaces the characteristics and behaviours of a real world object with data members and member methods, respectively.
Answered By
176 Likes
Define class and object with an example.
What does the following statement mean?
Employee staff = new Employee ( );