what is difference b/w object based and object oriented
programming language?
Answer Posted / uv
Object based programming language supports all the features
of OOP except Inheritence
| Is This Answer Correct ? | 96 Yes | 64 No |
Post New Answer View All Answers
How is class defined?
Why is static class not inherited?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What are the components of marker interface?
What is this pointer in oop?
What is ambiguity in inheritance?
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 overriding vs overloading?
What is purpose of inheritance?
What does and I oop and sksksk mean?
Why is destructor used?
can inline function declare in private part of class?
What is encapsulation in oop?
What is pure oop?
How to call a non virtual function in the derived class by using base class pointer