I was being troubled by the concept of abstract class.i can't understand that let us take an example abstact class "InputStream" .we can implement method read(byte[]) with it's reference. how does this method is being refferred by it's abstract class as there will be no instantiation to this abstact class.
ravikiran032 -7 Light Poster
Recommended Answers
Jump to PostYou will instantiate a class the extends from InputStream. The class will have implementation of the abstract methods.
All 3 Replies
javaAddict 900 Nearly a Senior Poster Team Colleague Featured Poster
Priya_Aggarwal 0 Newbie Poster
Ezzaral 2,714 Posting Sage Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.