Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b706768

Browse files
committed
new stuff added
1 parent df96d22 commit b706768

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎markdown-version/oop.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# What is Object Oriented Programming
2+
In simple words `OOP` is used to represent things that don't exist in a programming language such as a player, car, processor and etc.
3+
4+
We represent things using `classes` and `objects`.
5+
6+
## What is a Class
7+
A `Class` is a blueprint for objects.It can contain methods (functions) and attributes.
8+
An `instance` or `object` they are constructed from a class blueprint that contains their class methods and properties.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /