Recent Post

6/recent/ticker-posts

OOPs Concept in C#

  Overview 

Hi, in this Article, we will cover Object Oriented Programming Concept. There are three widely used programming paradigms or concept-

  • Procedural Paradigm
  • Functional Paradigms
  • Object Oriented Programming Concept or Paradigms 

Each programming concept or paradigms details description with this article 

 Scope of the Article

What is the drawback previous programming concept or paradigms?

Why it's necessary in programming concept?

 How to implement on the programming language and what type of use in the programming world?  

What is the main pillar of the oops concept?

 

OOPs in C# With Rohit Sharma

  Introduction

Object oriented programming concept only define one term that is called OBJECT. That's mean whole programming based on object. like - Pen, Paper etc.

 

In the other way can called, object-oriented programming is the way of developing software or application using real world terminology to create entities (class) that interact with another one using objects.

 

Main concept of the object-oriented programming language-

  • Class 
  • Object
  • Polymorphism 
  • Inheritance
  • Abstraction
  • Encapsulation
  • Association, Composition & Aggregation.
  • Method hiding

So let's start with one by one in details and descriptive way. 

  What is the class?

Post a Comment

1 Comments

thanks for your suggestion and improving quality of the content