The instructions in low level language are written in_________.
Alphabets
Odd numbers
Roman letters
Binary codes
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
___________ is a blueprint or prototype that defines the variables and the methods common to all objects of a certain kind. Select the best word to complete this sentence.
Class
Inheritance
Polymorphism
Aggregation
The high level language are converted into machine language using__________.
Compiler
CPU
Mouse
Inverter
A special method called ________provide an entry point to an application.
Main
Void
Function
None of these
___________are the fundamental building block of a Java program.
Object
Method
Functions
Object Oriented Programming is characterized by using
Encapsulation
Polymorphism.
All of these
Which data types are predefined by the language and named by a key word ?
Reference data type
Primitive data type
Non-Primitive data type