Can we create object of class with private constructor?
Answer Posted / cracker singh
yes
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
What is the difference between procedural programming and oops?
What is the real time example of encapsulation?
What is class in oop with example?
What causes polymorphism?
What is multilevel inheritance in oop?
What are oops methods?
What is oops concept with example?
Can destructor be overloaded?
What is class and object with example?
How can you overcome the diamond problem in inheritance?
Why interface is used?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Can you inherit a private class?
What is abstraction encapsulation?
Why do we use polymorphism?