What is the highest level of cohesion?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

What is coupling in oops?

0 Answers  


what is polymorpsim? what are its types?

8 Answers  


What is overriding in oop?

0 Answers  


When a private constructer is being inherited from one class to another class and when the object is instantiated is the space reserved for this private variable in the memory??

13 Answers   HCL, Honeywell,


what is difference between objects and function

1 Answers  






How can you overcome the diamond problem in inheritance?

0 Answers   NIIT,


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

0 Answers  


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.

0 Answers  


Why it is called runtime polymorphism?

0 Answers  


What is abstraction in oop?

0 Answers  


which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.

4 Answers  


What is design patterns in C++?

2 Answers   Persistent,


Categories