what is difference b/w object based and object oriented
programming language?
Answer Posted / mahesh gosemath
Any language which contains objects to encapsulate data and
methods/functions to operate on the data is called as Object
Based Language.
Furthermore if such languages also object oriented paradigm
i.e. if they implements features like polymorphism,
inheritance, etc. then they are also called as Object
Oriented Language.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does and I oop mean in text?
What is the main purpose of inheritance law?
What does I oop mean?
What is overloading in oops?
Why multiple inheritance is not allowed?
What is class in oop with example?
What is methods in oop?
What are the data types in oop?
What are functions in oop?
Where You Can Use Interface in your Project
what's the basic's in dot net
given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy
What is coupling in oop?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
Which method cannot be overridden?