Interview Question: Why we can not create object of abstract class.

Posted by MAS1 on Stack Overflow See other posts from Stack Overflow or by MAS1
Published on 2010-04-22T05:48:13Z Indexed on 2010/04/22 5:53 UTC
Read the original article Hit count: 210

Filed under:
|
|
|

In interview someone ask me @ Abstract class. I told him @ abstract class and i also told that we can not create object of this class. his next question is why? because it may or may not include abstract methods.

© Stack Overflow or respective owner

Related posts about oop

Related posts about java