A collection of methods with no implementation is called an
Interface
Object
Class
Overloading
How many states there will have a module in modular programing?
Two state / module
One state/ module
Five state/ module
Eight state/ module
Object Oriented Programming is characterized by using
Encapsulation
Inheritance
Polymorphism.
All of these
Which is the ability for a class or object to be defined as an extension or specialization of another class or object ?
Method
What is used to control the flow of program in OOP?
Procedures
Objects
Classes
Derivations
The instructions in low level language are written in_________.
Alphabets
Odd numbers
Roman letters
Binary codes
Which data types are predefined by the language and named by a key word ?
Reference data type
Primitive data type
Non-Primitive data type
None of these
___________are the fundamental building block of a Java program.
Functions
In unstructured programming, the main program directly operates on_____________.
Local data
Constants
Variables
Global data
A special method called ________provide an entry point to an application.
Main
Void
Function