Which of the following is not an object oriented programming language?
C++
Java
Small talle
C
Which of the following is example of encapsulation?
Steering wheel of the car
Car
Color of the car
Music system of the car
The programming paradigm is also known as_______
Data hiding principle
Data manipulating principle
Data security principle
Data consistency principle
Which of the following is used to convert HLL into machine code?
Compiler
Interpreter
Assembler
Both(1) and (2)
If A inherits from B, and B from C then, A inherits from C .This is called
Inheritance
Direct inheritance
Transitive inheritance
Multiple inheritance
Organising principles of a program is called :
Paradigm
Programmer
Module
Algorithms
The fact which is not a feature of OOPs
Complexity
Reusability
Security
Quick development
Which represents a group of similar objects?
Class
Object
Variable
Record
Which one of the following OOP concepts enables reusability of components?
Encapsulation
Polymorphism
All of these
__________ is a class inherited whose properties are inherited by derived class
Base class
Sub class
Derived class
All of the above