what is oops

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


Please Help Members By Posting Answers For Below Questions

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

1871


What is a class in oop?

753


What is abstraction in oop with example?

829


How does polymorphism work?

842


can we make game by using c

3691






Can we define a class within the interface?

770


Why is static class not inherited?

800


What is overloading in oops?

795


What is multilevel inheritance explain with example?

838


Give two or more real cenario of virtual function and vertual object

2049


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.

922


Are polymorphisms mutations?

874


Can we have inheritance without polymorphism?

769


What does <> mean pseudocode?

809


Why is oop useful?

795