What are the benefits of using interface accept multiple
inheritance concept?
Answers were Sorted based on User's Feedback
Answer / siva
Java does not support multipleinheritance concept so we need
a interface concept.it is used combine the properities of
two classes instead of creating new one we can reuse the
same class
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vivek
java does not support to inherit more than two class
simultaneously,i.e we cannot use the following syntax,
class vivek extends classname2 extends classname3
extends .......
this is known as multiple inheritence.for this we use the
concept of interface.
Is This Answer Correct ? | 0 Yes | 0 No |
why we select you?
what is bracking strength of helbet used in mines.
how will u send the idoc
Q1. A. Discuss the various types of variables. B. How to control the file? Q2. A. How the image application? B. Write short notes on trees structures work. Q3. A. How to load and unload child forms. B. When should we use recursive programming Q4. A. Write short notes on “The ole control’s shortcut menu” B. How to test the AX stat class Q5. A. How to use advanced data-bound controls. B. Write notes on manipulating the recordset object Q6. A. What is script control? B. How to down load image properties. C. What is meant by building a recordset.
any one help me how the following program execute main() { int x=5; printf("%d %d %d",x,x<<3,x>>2); } //output : 5 40 1
what is networking
i want techical questions on c and java with code part
operation of carrier aided protection and what is the basis for choice of frequncy in powerline carrier system
void main() { int i=5; printf(“%d”,++i++) }
HOW WE CAN CORRELATE THE MA\ECHANICAL POWER TO ELECTRICAL POWER. SUPPOSE IF I WANT A PUMP OF PUMPIG 200 LPM AT 20 METER HEAD MENAS WHAT IS THE POWER NEEDED FOR PUMP IN ELECTRCAL AND HOW CAN WE GET IT
find the next number:60 24 7 4
where are the auto variables stored in c language?