what is difference b/w object based and object oriented
programming language?

Answer Posted / souvik ballav

Object Base Language Not Support Inheritance &
Polimorphisom or dynamic binding.......

Is This Answer Correct ?    14 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

1135


Can main method override?

580


What is the point of polymorphism?

578


Can we have inheritance without polymorphism?

604


Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.

622






Prepare me a program for the animation of train

1982


What is an interface in oop?

589


write a program to find 2^n+1 ?

1540


What is the full form of oops?

603


What is meant by multiple inheritance?

729


What is oops in simple words?

571


hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.

1533


What are functions in oop?

580


What is the significance of classes in oop?

585


Can static class have constructor?

580