Which keyword is used to prevent any changes in the variable within a C program?
Anonymous Quiz
22%
immutable
17%
mutable
51%
const
10%
volatile
👍1
Hello My friends, Share this Telegram channel to all your friends so they can increase their skills & increase their knowledge 🧠🧑💻
❤🔥1
In multilevel inheritance, which is the most significant feature of OOP used?
Anonymous Quiz
13%
Code efficiency
16%
Code readability
14%
Flexibility
57%
Code reusability
👍1
Quick sort algorithm is an example of
Anonymous Quiz
21%
Greedy approach
21%
Improved binary search
26%
Dynamic Programming
32%
Divide and conquer
Process of inserting an element in stack is called ____________
Anonymous Quiz
8%
Create
77%
Push
12%
Pop
3%
Evaluation
Which of the following concepts is not a part of Python?
Anonymous Quiz
51%
Pointers
6%
Loops
25%
Dynamic typing
17%
All of above
Which of these cannot be used for a variable name in Java?
Anonymous Quiz
31%
identifier & keyword
14%
identifier
30%
keyword
25%
none of the mentioned
Which among the following doesn’t come under OOP concept?
Anonymous Quiz
12%
Data hiding
33%
Message passing
43%
Platform independent
12%
Data binding
👍1
Which feature of OOP indicates code reusability?
Anonymous Quiz
13%
Abstraction
23%
Polymorphism
13%
Encapsulation
51%
Inheritance
❤1🔥1
Which feature of OOP is exhibited by the function overriding?
Anonymous Quiz
52%
Polymorphism
17%
Encapsulation
14%
Abstraction
17%
Inheritance
Which of the following is not true about polymorphism?
Anonymous Quiz
23%
Helps in redefining the same functionality
40%
Increases overhead of function definition always
17%
It is feature of OOP
21%
Ease in readability of program
❤1
Which among the following can show polymorphism?
Anonymous Quiz
40%
Overloading &&
22%
Overloading <<
17%
Overloading ||
21%
Overloading +=
In which access should a constructor be defined, so that object of the class can be created in any function?
Anonymous Quiz
22%
Any access specifier will work
16%
Private
57%
Public
4%
Protected
❤🔥4
When does method overloading is determined?
Anonymous Quiz
33%
At run time
46%
At compile time
9%
At coding time
12%
At execution time
Which concept of Java is achieved by combining methods and attribute into a class?
Anonymous Quiz
49%
Encapsulation
23%
Inheritance
17%
Polymorphism
10%
Abstraction
What is it called if an object has its own lifecycle and there is no owner?
Anonymous Quiz
30%
Aggregation
25%
Composition
27%
Encapsulation
18%
Association
What is it called where child object gets killed if parent object is killed?
Anonymous Quiz
32%
Aggregation
24%
Composition
29%
Encapsulation
14%
Association
👍1
What is the process of defining more than one method in a class differentiated by
Anonymous Quiz
29%
Function overriding
58%
Function overloading
7%
Function doubling
6%
None of the mentioned