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 type of question are asked in thoughtworks pair programming round ?
What is the difference between procedural programming and oops?
What is a class in oop?
Can an interface inherit a class?
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
Is data hiding and abstraction same?
What is inheritance and how many types of inheritance?
What is purpose of inheritance?
What is variable example?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is class in oop with example?
Can static class have constructor?
What is the fundamental idea of oop?
What is and I oop mean?
Write a c++ program to display pass and fail for three student using static member function