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 |
Comment: C++ "includes" behavior and java "imports"
What are manipulators?
What is the function of messaging metaphor?
What is data encapsulation and what's its significance?
What is difference between encapsulation and abstraction?
Define Data Abstraction. What is its importance?
What do you mean by data hiding?
0 Answers Tavant Technologies, Virtusa,
Can you define OOP and principles of OOP?
How can we call the base method without creating an instance?
Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?
What is data abstraction? what are the three levels of data abstraction with Example?
What are extrinsic and intrinsic connections in object-oriented programming?