Object Oriented Programming - Part-1
Object Oriented Programming - Part-1
1
What is C#?
2
Object
1. It is an instance of class.
2. It is memory representation of a class.
3
Class
- Every living & non-living thing is considered objects such as cars, people,
places etc.
- A class is user-defined data type that consist data & behavior.
- Data represented fields & behavior by methods.
- It is only blue print & has no existence in physical memory.
4
Types of classes
1. Abstract Class
2. Concrete class
3. Sealed Class
4. Partial Class
5. Static class
5
Thank You
www.codemindtechnology.com
6