Oops Unit 1 - Part1
Oops Unit 1 - Part1
TECHNOLOGY
DEPARTMENT OF COMPUTER SCIENCE
AND ENGINEERING
Properties Methods
Abstraction
Encapsulation
OOPS
Inheritance Polymorphism
ABSTRACTION
It is used to manage the complexity of
the program.
Hiding unwanted information from
users.
Hiding internal working mechanism
from user.
Abstract Car