76) C/C++ Quiz
A class whose objects can't be created is known as _____?
A class whose objects can't be created is known as _____?
Anonymous Poll
8%
Absurd Class
21%
Dead Class
26%
Super Class
46%
Abstract Class
77) Java Quiz
What feature of OOP's has super-class sub-class concepts?
What feature of OOP's has super-class sub-class concepts?
Anonymous Poll
28%
Hierarchical inheritance
31%
Single inheritance
31%
Multiple inheritance
11%
None of the above
78) Python Quiz
How can we define a function in python?
How can we define a function in python?
Anonymous Poll
18%
int add(int a, int b) :
18%
method add(int a, int b) :
59%
def add(a, b) :
5%
None of the above