WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD
PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)
Answer / balu
the programming language which supports
inheritence,polymorpism,encapsulation is called o-o language.
the pgogrmming language which does not support inheritence
is called object based language.
Is This Answer Correct ? | 27 Yes | 10 No |
Write a program to reverse a string using recursive function?
What is the difference between C++ and java?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is the difference between const int *ptr and int const *ptr???
How do you make derived class as an abstract class?
is java purely oop Language?
49 Answers HCL, Infosys, TCS,
WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Which is better struts or spring?
Given two strings like x=?hello? and y=?open?, remove any character from string x which is also used in string y, thus making the result x=?hll?.
what is costructor?
Where is pseudocode used?
how to write a java program for an output ****0 ***01 **012 *0123 01234