Answer Posted / kaush
when one one class(derived class) inherit from more than one
class(base class) then it is called multiple inheritance.
like as,,
class program
{
class a
{
}
class b
{
}
class c:a,b
{
}
}
but in c# multiple inheritance not allowed.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Which is not an object oriented programming language?
Is react oop?
write a program to find 2^n+1 ?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Can we override main method?
What is overloading in oop?
What is encapsulation selenium?
What are the types of abstraction?
What is overriding in oops?
What is a class oop?
Explain virtual inheritance?
What is basic concept of oop?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is use of overloading?