Can an interface implement or extend another interface?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between an abstract class and interface in java?
What is function override?
What is the default access specifier in a class definition?
How a program can be structured using the concept of object oriented programming?
Which oops concept is used as reuse mechanism?
What are the methods required to create changes in subclasses?
What is the super keyword?
Why is C not an OOP language?
0 Answers Agilent, Integreon, ZS Associates,
Why is planning too much up front a mistake in an OOSAD project?
Define Data Abstraction. What is its importance?
How many methods do u implement if implement the serializable interface?
If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?