suppose we have an interface & that interface contains five
methods. if a class implements that interface then we have
to bound that to give tha definition of all five methods in
that class. If we declare that class as abstract then can
we call only two methods to give the deinition of that
method & i don't want to give the definition of all the
methods? can it possible
Answer Posted / pavan chaturvedi
no we have to override all methods of interface
| Is This Answer Correct ? | 2 Yes | 20 No |
Post New Answer View All Answers
What are the drawbacks of singleton class?
What are synchronized blocks in java?
Can a hashset contain duplicates java?
Why does java not allow multiple public classes in a java file ?
Difference between association, composition and aggregation?
What are the types of relation?
What is difference between path and classpath in java?
Differentiate between run time error and syntax error.
What are 4 pillers of object orinted programming?
What is byte code and why is it important to java’s use for internet programming?
What is a method signature java?
What are java threads?
What is dynamic binding(late binding)?
Explain with example the concept of constant variable in java.
What java ide should I use?