Multiple Choice Question

Quiz Guidelines

 

QID: 
308
Question: 

Which of the following classes have a default constructor?

class A{  }
class B {  B(){ } }
class C{  C(String s){ } }

Select 1 option

A. A
B. A and B
C. B
D. C
E. B and C

Q&A Set: