_____________is the capability of one class of things to inherit capabilities or properties from another class.
Inhertiance
Polymorphism
Abstraction
Interpretation
In _____________paradigm, the emphasis is on doing things.
Event
Object
Procedural
Non procedural
'A set of related procedure with the data they manipulate' is called
Program
Module
Paradigm
Approach
The super class is also called ___________.
Sub class
Child Class
Derived class
Base class
When a class definition contains definition of another class this is known as __________.
Nesting
Looping
Interating
All these
A _____________ binds together data and its associated functions under one unit thereby enforcing encapsulation and abstraction.
Case
C/s
Class
Cookies
Odd man out?
Function
Procedure
_____________ represents an identifiable entity with some characteristics and behaviour.
Data
Method
Which of the following is not a concept of OOP?
Data Abstraction
Inheritance
Member Data
Which of the following paradigm more emphasis on procedure or the algorithm?
OOP
Structural
All of these