Skip to content

ThanhTrongNTT/OOP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OOP

OOP is a programming paradigm based on the concept object.

OOP Features:

Encapsulation: encapsulate methods, attributes into classes and classes into package to hide information and integrity assurance.

Inheritance: Reuse the properties, methods of the class without having to rebuild.

Polymorphism: There is the same method but depending on the parameters passed or difference implementations that will do difference function. Polymorphism has two important concepts: Overriding and Overloading.

Abstraction: generalize something but don't go into it in detail.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages