WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD
PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)
Answer Posted / 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 |
Post New Answer View All Answers
what is graphics
What is polymorphism used for?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is the advantage of oop over procedural language?
Why is abstraction used?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is abstraction in oops with example?
What is abstraction encapsulation?
State what is encapsulation and friend function?
what type of questions
Is oop better than procedural?
What is the renewal class?
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 object and example?
What is inheritance write a program to show use of inheritance?