What are multiple inheritances?
No Answer is Posted For this Question
Be the First to Post Answer
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
Can we restart a dead thread in java?
Can vector have duplicates in java?
Convert a BST into a DLL and DLL to BST in place.
What are the topics in advance java?
what is the difference between process and thread? : Java thread
why did you choose your career in IT?
Can we change the value of static variable?
Is java call by value?
why abstract class does not have object creation
what is real-time example of runtime polymorphism and compile time polymorphism
What is the alternate of 'Inheritance' ?