The process of extracting the relevant attributes of an object is known as
Polymorphism
Inheritence
Abstraction
Data hiding
Protecting data from unauthorised access is
Encapsulation
Data Abstraction
Inheritance
Default access specifier is
public
private
protected
none
The act of partitioning a program into individual components is called
Modularity
A base class may also be called
Child class
Subclass
Derived class
Parent class