Join
Blogs
Questions
Videos
Tags
Members
Search
 
 
Create your own blog, earn points and get popular!

Interface

How can we create an object of interface?
No votes yet
Share this
2 answers
rambabu's picture
We cannot create object for an Interface..we create reference only by using reference variable we call the methods in interface
No votes yet
sudhanshu_841's picture

Interfaces cannot be instantiated.
No votes yet