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 |
Why dynamic binding is used in object-oriented programming?
Write a program to show the inheritance used in a class.
Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?
What are the main features of oops?
Can link and Association applied interchangeably?
How to use CRC Cards for Class Design?
What are the properties that are defined in an object model?
How will you define abstract classes?
What is a final variable?
Explain the rationale behind object oriented concepts?
what three "domains" are considered during analysis modeling?
Where shall I go for Package Diagram?