Showing posts with label What is Oops. Show all posts
Showing posts with label What is Oops. Show all posts

Tuesday, June 9, 2020

Oops Concept

  • What is Oops | Oops Concept in C# | Oops Concept in C Sharp

Oops concept in C#
Oops concept in C#


 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
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  
  1. Encapsulation
  2. Abstraction
  3. Polymorphism
  4. Inheritance 
I recommended all oops Concept are given below, you are going to learn one by one: 

Oops concept in C#



Blazor drawback| drawback of blazor| Disadvantage of blazor in c#

  Blazor drawback| drawback of blazor| Disadvantage of blazor in c# While Blazor offers many advantages, it also has a few drawbacks to cons...