Answer Posted / abhilash
when the one class is derived the properties of another
class is known as single inhritance.child class derived the
properties of parent class.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a program to reverse a string using recursive function?
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?
What is polymorphism oop?
When not to use object oriented programming?
What is polymorphism explain its types?
Why is oop useful?
What is overriding in oops?
What is abstraction and encapsulation?
what type of question are asked in thoughtworks pair programming round ?
What is the real life example of polymorphism?
Is this job good for future? can do this job post grduate student?
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 Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What is an interface in oop?