Answer Posted / viji
Since it obeys OOPs concepts,it is said to be object
oriented language....
| Is This Answer Correct ? | 19 Yes | 10 No |
Post New Answer View All Answers
What is polymorphism what is it for and how is it used?
Why do we need polymorphism in c#?
any one please tell me the purpose of operator overloading
Which type does string inherit from?
How to call a non virtual function in the derived class by using base class pointer
What is the types of inheritance?
What is oops?what is its use in software engineering?
What is abstraction example?
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 a null tree?
Is html an oop?
What are the 5 oop principles?
Why it is called runtime polymorphism?
What is balance factor?
What is abstract class in oop?