- What is Oops | Oops Concept in C# | Oops Concept in C Sharp
Ans: Oops acronym is Object oriented programming system. It is nothing basically Oops provides us some rules and regulations or you can say that oops provides some principle. how we are going to interact with an object,achieve Encapsulation,Abstraction,Polymorphism,Inheritance..etc.
Oops that means an Object which contains data,fields,properties,function/method, variable etc. or we can say that simply An object contains code logic and perform logical operations. The main future of oops (object oriented programming) is it implements real world entities like Polymorphism,Inheritance,Abstraction and Encapsulation. It also provides us security how we can access an object data from another class.
Oops concept in C# | Oops concept in C Sharp |
For Interview
First of all oops is basically provides me some principle which is need to follow in entire application.
oops teach us how we are going to use encapsulation, creation of an object,Abstraction,Inheritance,Polymorphism ..etc. how we are going to play with an object.
Oops is basically depends on four pillar
- Encapsulation
- Abstraction
- Polymorphism
- Inheritance
I recommended all oops Concept are given below, you are going to learn one by one:
- Class And Namespace in C#
- Object
- Constructor
- Variables
- Static Class
- Static Constructor
- Static Method
- Enacpuslation
- Abstraction
- Abstact Class
- Abstract Method
- Interface
- Private Constructor
- Sealed Class
- Inheritance
- Polymorphism
- Method Hiding
- Method Overloading
- Method Overriding
- Compile Time Polymorphism
- Run time Polymorphism
- Difference between constructor and Static Constructor
If you have nay query kindly let me know. thanks for the learning have a nice day.
No comments:
Post a Comment
If you have any query kindly let me know.