Computer Science, asked by amar7877, 1 year ago

when we use oops in real-time

Answers

Answered by Tanujaprabhudesai04
0
OOPS (object oriented programming language) is a concept and C# supports the OOPS concept. Below are the features

Class and objectAbstractionPolymorphismInheritanceEncapsulation

CLASS and OBJECT

To represent data we need class, and class is the core concept of OOPS. Class is a blueprint of object that contains variables and methods. It is logical representation of data.

Similar questions