Which type of members can’t be accessed in derived classes of a base class?
Anonymous Quiz
22%
All can be accessed
22%
Protected
48%
Private
8%
Public
😁2❤🔥1🤗1
Which is valid C expression?
Anonymous Quiz
9%
int my_num = 100,000;
67%
int my_num = 100000;
19%
int my num = 1000;
5%
int $my_num = 10000;
👏3
🤯2
Which feature can be implemented using encapsulation?
Anonymous Quiz
27%
Polymorphism
29%
Overloading
16%
Inheritance
28%
Abstraction
What do we use to define a block of code in Python language?
Anonymous Quiz
10%
Key
26%
Brackets
55%
Indentation
9%
None of these
👍2
Which concept allows you to reuse the written code in C++?
Anonymous Quiz
63%
Inheritance
19%
Polymorphism
10%
Abstraction
9%
Encapsulation
Which of the following data structures can be used to implement queues?
Anonymous Quiz
21%
Stack
17%
Arrays
17%
LinkedList
45%
All of the Above
👍1
👍3
All keywords in C are in ____________
Anonymous Quiz
71%
LowerCase letters
7%
UpperCase letters
13%
CamelCase letters
9%
None of the mentioned
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