Font size
WorksheetsII_EEE_A_Quiz
Total questions: 20
Worksheet time: 12mins
Procedural programming lays stress on?
Data
Functions
Object
Class
(a) can be used as a bridge to have data flow from one function to another.
________ is wrapping of data into a single unit called class.
Abstraction
Polymorphism
Encapsulation
Inheritance
__________ refers to the act of representing essential details.
Polymorphism
Abstraction
Inheritance
Encapsulation
__________ is the process in which objects of one class can link and share some common properties from the objects of another class.
Abstraction
Inheritance
Polymorphism
Encapsulation
__________ is the process of using a function for more than one purpose. It allows the use of different internal structures of the object by keeping the same external interface.
Inheritance
Polymorphism
Abstraction
Encapsulation
In this process the function call is linked to the function signature at runtime.
Dynamic Binding
Static Binding
This is the logical link from caller program to the function and is established by using function name in the caller program
Dynamic Binding
Static Binding
Choose Object oriented programming languages from the following.
C
Java
BASIC
Small Talk
Which of the following adopts top down approach?
Object Oriented Programming
Procedural Programming
An _________ is an instance or of a copy of a class.
Class
Object
Attribute
A ________ is blue print that defines certain characteristics and behavior. It is simply a representation of different types of objects.
Class
Object
Attribute
Characteristics
Choose the correct titles for column 1 & Column 2
Data Abstraction & Data Hiding
Data Hiding & Data Abstraction
None Of These
(a) keyword is used for allocating dynamic memory of the object
Class is known as (a) datatype.
The purpose of (a) is to hide complexity.
_________ & _________ are two types of high level languages.
(a)
Problems are divided into smaller programs called (a)
The class through which other classes are derived through the process of inheritance is called
Super class or parent class
Sub class or child class
The class that inherits the properties from a base class is called
Super class or parent class
Sub class or child class
