Products
Mind Mapping Software
Outlining Software
Gantt Charts Software
Uses
Mind Maps for Education
Mind Maps for Business
Mind Maps for Personal Development
Mind Mapping Benefits
Resources
Features
Education
Personal & Work
Desktop
Video Tutorials
Watch tips and tricks about using Mindomo.
Help Center
Detailed help guide on configuring and using Mindomo.
Articles
What is a Mind Map?
How to Mind Map?
How to Take Notes with Mind Maps?
How to Prioritize Tasks with Mind Maps?
What is a Concept Map?
Top 29 Mind Map Examples
Pricing
Log in
Sign Up
Products
Mind Mapping Software
Outlining Software
Gantt Charts Software
Uses
Mind Maps for Education
Mind Maps for Business
Mind Maps for Personal Development
Mind Mapping Benefits
Articles
What is a Mind Map?
How to Mind Map?
How to Take Notes with Mind Maps?
How to Prioritize Tasks with Mind Maps?
What is a Concept Map?
Top 29 Mind Map Examples
Features
Education
Personal & Work
Desktop
Help
Video Tutorials
Help Center
Pricing
Sign Up
Log in
Categories:
All
-
methods
-
inheritance
-
polymorphism
by
Vassilis T
12 years ago
2238
OOP
Object-Oriented Programming (OOP) revolves around using classes as blueprints to create objects. These classes define the attributes and behaviors that the objects will have. When a new object is created from a class, it is called an instance.
Open
More like this
Chapter 1: Introduction To Object-Oriented Programming
by Muhd Anas
Class Design
by Gary Sibbitts
Chapter 1: Introduction To Object-Oriented Programming
by Muhd Anas
Maori Insights
by Kiri Dell
OOP
Class
Instance of Classes
Constructor
new()
Blue print for the object (Plan)
Polymorphism
Methods that objects respond to in a differnet manner
Overloading
Overwriting
Inheritance
super ()
extends