UrbanPro
true

Learn C++ Language from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

Object Oriented Programing

Sundararaman
25/05/2017 0 0

Object Oriented Programming Concepts:

Object Oriented Programming follows bottom up approach in program design and emphasizes on safety and security of data.

Features Of Object Oriented Programming:

Inheritance:

  •  Inheritance is the process of forming a new class from an existing class or base class. The base class is also known as parent class or super class.
  •  Derived class is also known as a child class or sub class. Inheritance helps in reusability of code , thus reducing the overall size of the program.

Data Abstraction:

  • It refers to the act of representing essential features without including the background details. Example: for driving, only accelerator, clutch and brake controls need to be learnt rather than working of engine and other details.

Data Encapsulation:

  • It means wrapping up data and associated functions into one single unit called class.
  • A class groups its members into three sections: public, private and protected, where private and protected members remain hidden from outside world and thereby helps in implementing data hiding.

Modularity:

  • The act of partitioning a complex program into simpler fragments called modules is called as modularity.
  • It reduces the complexity to some degree and,
  • It creates a number of well defined boundaries within the program .

Polymorphism:

  • Poly means many and morphs mean form, so polymorphism means one name multiple
  • It is the ability for a message or data to be processed in more than one form.
  • C++ implements Polymorhism through Function Overloading , Operator overloading and Virtual functions .

 

0 Dislike
Follow 0

Please Enter a comment

Submit

Other Lessons for You

Data Structure: Searching
Searching Searching means finding an element in an array. There are two type of searching techniques : Linear Search Binary Search In linear search, to find the element array is traversed and...

Do (pre & post)Increment and decrement operators behave differently when printed in the same and different line in C++?
Before I explain anything,I would like you to run the following program. void main() {int j =10; cout<<“j before increment =“<<j; cout<<“++j =“<< ++j; cout<<“...

C++ Fundamentals - Introduction
Introduction to C++ C++ CHARACTER SET It is the set of all valid characters that a language can recognize . It represents any letter, digit, or any other sign .C++ character set: LETTERS...
R

Variables and Storage Classes
Variables and Storage Classes auto default variable type local to a function static retains the values between function calls initialized only once unavailable outside the scope of the function...

Compiler vs Interpreter
Compiler Interpreter Convert all the code into binary format and execute. Convert one statement at a time and execute, then Convert next statement and execute. After conversion, source...

Looking for C++ Language Classes?

Learn from Best Tutors on UrbanPro.

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you
X

Looking for C++ Language Classes?

The best tutors for C++ Language Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn C++ Language with the Best Tutors

The best Tutors for C++ Language Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more