Answer Posted / anandan
yes,because java consists of classes and interfaces within
a package.so we can import the package and access the
members of that package
| Is This Answer Correct ? | 4 Yes | 12 No |
Post New Answer View All Answers
Can an interface inherit a class?
What are oops functions?
What is overloading in oop?
Please send ford technologies placement paper 2 my mail id
What is polymorphism what are the different types of polymorphism?
What is difference between data abstraction and encapsulation?
What is object and class in oops?
What are the benefits of interface?
What are the components of marker interface?
Can we have inheritance without polymorphism?
Can we create object of abstract class?
What is overriding in oop?
How to hide the base class functionality in Inheritance?
What is polymorphism oop?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.