What is multiple and multilevel inheritenc expalin with
program?
Answer Posted / shivangi
multiple inh:
//class A{..........};
public class A::class B{.......};
public class A::class C{.......};//
in this properties of A wil be trasferd to B and C(or any
other derived class of A)
multi level:
//class A {.........};
public class A::class B{..........};
public class B:: class C{.........};//
in this prop of A wil be inherited by B.. C wil inherit all
prop of A as wel as extra prop of B..as C is derived class
of B.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is meant by fm control in a dc chopper?
Explain About RRC states?
please send the latest sample question paper for the hal online test for electronics stream
What is the advantages of using c band for satellite communication?
Explain the construction and application of a jfet.
The number of columns in a state table for a sequential circuit with m flip-flops and n inputs is
What are semiconductor devices?
Define pair?
Explain how micro processor works without internal memory?
What is meant by k-map or karnaugh map?
What is normal radiation field out side the reactor building?
What is meant by gain-bandwidth product? What is its significance?
what are control system components?
Define what is hole current?
Why the feeding frequency to a microprocessor is twice the operating frequency?