__________ is the ability for a message or data to be processed in more than one form.
Encapsulation
Inheritance
Polymorphism
Abstraction
_____________members, a class enforces data- hiding.
Public
Private
Protected
Both (2) & (3)
The low level language close to the machine and the High level language close to the ___________.
Computer
User
Programmer
None of these
Encapsulation is most often achieved through __________.
Information hiding
Information sharing
Information representing
Information posting
_____________ is a variable that is part of a class.
Field
Class
Object
Method
Organising principles of a program is called _____________.
Paradigm
Module
Algorithms
'A set of related procedure with the data they manipulate' is called
Program
Approach
An instance of a class is called ___________.
OOP
The idea of breaking a program into functions can further be extended by grouping a number of functions together into a larger entity called __________.
Principles of programming
Programming
Oop
______ provide a vehicle for the programmer to specify actions to be executed.
A programming language
Algorithm
Flow - chart
All of these