Why multiple inheritance is removed in java?
Answers were Sorted based on User's Feedback
Answer / jasmeet singh
coz multiple inheritence can lead to ambiguity in the child
class...
say , for example if two different class use same name for
any variable or constant and those classes are inherited by
any child class, then those variables or constants with same
name will create ambiguity in the child class
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / vijayan.s
It's not completely removed. only one class can be extended
if more than one class should be inherited by using
implement.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vijay.r
becoz we cant able to inherit more than one base class java.
| Is This Answer Correct ? | 1 Yes | 7 No |
MOV.CB 007H,ADCON1 MOVE.CT 001H,_OPTION_REG_7 MOV.CB 007H,CMCON
why we use new keyword for object
9.Difference between even and odd signals?explain with the diagram?
can any method return type may be constructor , or that method name allow
How do i find out the number of parameters passed into function?
I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...
How to update a data for the views in the relational data base schema
Who is the Best SAS/Clinical Trainer in Hyderabad
Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?
how can i apply validation without using errorprovider in C# windows application
what is log files in qtp what is use
why main() method should not return any value