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 |
Define modularity?
What is virtual?
What is the use of finalize method?
What is the function of dynamic typing?
Explain static binding
Who is an Actor?
Explain what is object oriented programming language?
What is the best tool for modeling and ORM framework
What is data abstraction? what are the three levels of data abstraction with Example?
Explain persistence?
Explain about encapsulation?
What is the super keyword?