A special method called ________provide an entry point to an application.
Main
Void
Function
None of these
Object Oriented Programming is characterized by using
Encapsulation
Inheritance
Polymorphism.
All of these
How many states there will have a module in modular programing?
Two state / module
One state/ module
Five state/ module
Eight state/ module
A class can have many methods with the same name, as long as the number of parameters is different. This is known as:
Method Overloading
Method Invocating
Method Overriding
Method Labeling
A collection of methods with no implementation is called an
Interface
Object
Class
Overloading
Which type of programming allow manipulation of objects of a variety of types through well defined interfaces?
Procedural programming
Modular programming
Object oriented programming
Unstructured programming
Which statements are not correct about Objects?
An Object is an instance of a class
Objects can access both instance and static data
All classes extend the Object class
Objects do not permit encapsulation
In procedural programming a procedure call is used to
Invoke a variable
End the program
Start a program
Invoke the procedure
The instructions in low level language are written in_________.
Alphabets
Odd numbers
Roman letters
Binary codes
What is used to control the flow of program in OOP?
Procedures
Objects
Classes
Derivations