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
Why is oop useful?
What are the benefits of interface?
How do you explain polymorphism?
What is abstraction in oop?
Get me an image implementation program.
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is encapsulation oop?
Why oops is important?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
How do you achieve runtime polymorphism?
What is static in oop?
What is polymorphism give a real life example?
Get me a number puzzle game-program
What is overriding vs overloading?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer