_____________ represents an identifiable entity with some characteristics and behaviour.
Class
Object
Data
Method
The super class is also called ___________.
Sub class
Child Class
Derived class
Base class
______ provide a vehicle for the programmer to specify actions to be executed.
A programming language
Algorithm
Flow - chart
All of these
____________ members, a class enforces data hiding.
Public
Private
Protected
Both (2) & (3)
The idea of breaking a program into functions can further be extended by grouping a number of functions together into a larger entity called __________.
Module
Principles of programming
Programming
Oop
The act of representing essential features without including the background details called___________.
Abstraction
Polymorphism
Inheritance
A function name having mulitple definitions is _____________.
Encapsulation
Both abstration & encapsulation
The low level language close to the machine and the High level language close to the ___________.
Computer
User
Programmer
None of these
_________ is a related concept to data abstraction.
Data hiding
Data abstraction
When a class definition contains definition of another class this is known as __________.
Nesting
Looping
Interating
All these