what is difference b/w object based and object oriented
programming language?
Answer Posted / swathimurugesan
OBPL supports
* Data Encapsulation
* Data Hiding
* Automatic intialisatioon of object
* Polymorphism
It doesnot support
* Inheritance and
* Dynamic binding
OOPL supports all the above concepts....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the types of abstraction?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
What is difference between pop and oop?
Can we override main method?
Why do we need oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is the real life example of polymorphism?
Can static class have constructor?
What is use of overloading?
What are the benefits of interface?
What is constructor overloading in oop?
What is property in oops?
Is html an oop?
Prepare me a program for the animation of train
What is the difference between encapsulation and polymorphism?