what is main difference between object oriented object base
Answer Posted / kasturi
in object oriented programing there will be presence of inheritance where as inheritance is absence in object base programming
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What do you mean by overloading?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What type of loop is a for loop?
What is the real time example of encapsulation?
What is coupling in oops?
What are the benefits of polymorphism?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is the difference between static polymorphism and dynamic polymorphism?
What is polymorphism used for?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Can a varargs method be overloaded?
What is a function in oop?
What do you mean by variable?
What is class and object in oops?