Computer Science, asked by prathmesh4542, 1 year ago

Define object in object oriented system development

Answers

Answered by Brother111
1
An object is a unique entity which contains the data and functions of a class together in an Object Oriented Programming(OOP) language.
Answered by SohamKundu012
0

An object oriented programming refers to the type of programming where data and object are given equal importance and data is secured by hiding it .

Features are

1. Inheritance .

2. Data abstraction .

3. Encapsulation .

4. Modularity .

5. Polymorphism .

Similar questions