InterviewSolution
| 1. |
Can we create a instance of abstract class object |
|
Answer» As all of us know abstract method have not any implementation they have only DECLARTION as in below example we have two CONSTRUCTOR and one declartion of method sum nad below is another CLASS where we TRY to create its instantiate and we will get error |
|