Comment: C++ "includes" behavior and java "imports"
Answer / chaitanya
fine...........
in C++ we wrote #include<@@@@@@@@@>
because it accessing the functions,keywords....etc from
that header file.
But in Java we imports the classes i mean....
inherits the behaviour of that imported class
ex: import java.*;
the properties(all functions,...etc data) of the java class
will comes to what classes we wrote in the program.
FROM:
MICHAEL JACKSON(King Of Pop)
| Is This Answer Correct ? | 2 Yes | 0 No |
Where shall I go for Package Diagram?
Is class an Object? Is object a class?
Why are virtual users created?
What are the Design Patterns you know.
2 Answers InfoAxon Technologies, Protech,
Are constructors inherited? Can a subclass call the parent's class constructor? When?
Can I implement polymorphism using abstract class?
In winform my controls [taskbar and progressbar] become inactive when heavy processing is going in background, how to avoid this via multithreading
What is multiple inheritance? How java 8 supports multiple inheritance?
What is garbage collection(gc)?
What is the main advantage of using inheritance?
How many methods are there in the externalizable interface?
What is diamond inheritance problem? How java 8 solves this problem?