Write a Object Oriented Programme to enter the details of employee and display the details. 2 employees
empid,enamel,salary
Insert()
Display()
Answers
Answered by
2
Explanation:
A software design method that models the characteristics of real or abstract objects using software classes and objects.
Characteristics of objects:
State (what the objects have)
Behavior (what the objects do)
Identity (what makes them unique)
Definition: an object is a software bundle of related fields (variables) and methods.
In OOP, a program is a collection of objects that act on one another (vs. procedures).
Answered by
2
Explanation:
I hope it will helps you
Attachments:
Similar questions