Skip to content

Commit 45acd36

Browse files
authored
Update README.md
1 parent 612db0f commit 45acd36

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
# OOP_Object_Oriented_Programming
2-
Object Oriented Programming - C# .NET
2+
### Object-oriented programming (OOP) is the core ingredient of the .NET framework. OOP is so important that, before embarking on the road to .NET, you must understand its basic principles and terminology to write even a simple program. The fundamental idea behind OOP is to combine into a single unit both data and the methods that operate on that data; such units are called an object. All OOP languages provide mechanisms that help you implement the object-oriented model. They are encapsulation, inheritance, polymorphism and reusability. Let's now take a brief look at these concepts.
3+
4+
* OOP's overview
5+
* Classes and Objects
6+
* Constructor and Destructor
7+
* Function Overloading
8+
* Encapsulation
9+
* Inheritance
10+
* Interface
11+
* Polymorphism

0 commit comments

Comments
 (0)