What is OOP? in C#
OOP is Object Oriented programming
miens contain methods and data in objects it's called objects oriented programming(OOP)
OOP Advantages
- Provides clear visibility and code for the programs
- easier to maintain, modify and debug
- Faster development
- easier and faster to execute
- create reusable code
- make your code neat and clean and easy to understand
What is Class and objects in C#
Class and object are the two main points of OOP (object oriented programming),
when fruit is a class then Apple, Guava, Banana, is object,
when the individual objects are created they inherits all variables and method form the class, class is a template for the objects and object is instance of the class
If you like this blog so pls share and Write Comments about Your experience,
Thank You.

Comments
Post a Comment