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