Identify the drawback of using procedure-oriented programming, if any:
Data is hidden from external functions
New functions can be added whenever necessary
Does not reflect real world problems
All of these
Which of the following is used to convert HLL into machine code?
Compiler
Interpreter
Assembler
Both(1) and (2)
Which is the way to specify the scope and accessibility of members of a class?
Class Tag
Class definition
Class method
Access specifier
If A inherits from B, and B from C then, A inherits from C .This is called
Inheritance
Direct inheritance
Transitive inheritance
Multiple inheritance
Which of the following is example of encapsulation?
Steering wheel of the car
Car
Color of the car
Music system of the car
Organising principles of a program is called :
Paradigm
Programmer
Module
Algorithms
The programs written in High Level Languages are converted in to machine language using ________.
Windows
Software
Hardware
Which is the first aspect ideally require a low level programming language?
Close to the problem to be solved
Close to programmer
Close to programs
Close to the machine
The fact which is not a feature of OOPs
Complexity
Reusability
Security
Quick development
__________ is a class inherited whose properties are inherited by derived class
Base class
Sub class
Derived class
All of the above