Answer Posted / rekha
OOps is the object oriented programming concept here we
create a class and access the class using the object.
Class is the collection of data members and member function.
Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
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 a class in oop?
What is abstraction in oop with example?
How does polymorphism work?
can we make game by using c
Can we define a class within the interface?
Why is static class not inherited?
What is overloading in oops?
What is multilevel inheritance explain with example?
Give two or more real cenario of virtual function and vertual object
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.
Are polymorphisms mutations?
Can we have inheritance without polymorphism?
What does <> mean pseudocode?
Why is oop useful?