Computer Science, asked by manal58, 10 months ago

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 harnathyadav2907
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 rsahab613
2

Explanation:

I hope it will helps you

Attachments:
Similar questions