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 multiple inheritance?

9 Answers   TCS,


why to use operator overloading

3 Answers  


write a short note on Overloading of Binary Operator?

2 Answers  


What is overriding in oops?

0 Answers  


c++ is a purely oop concept?

3 Answers   Google, TCS,






what is oops

4 Answers   DELL,


How do you achieve runtime polymorphism?

0 Answers  


What is multilevel inheritance explain with example?

0 Answers  


Which is not an object oriented programming language?

0 Answers  


Write 7 differences between "Public" function and "Private" function?

2 Answers   IBM, Wipro,


What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass

6 Answers   Wipro,


suppose A is a base class and B is the derved class. Both have a method foo which is defined as a virtual method in the base class. You have a pointer of classs B and you typecast it to A. Now when you call pointer->foo, which method gets called? The next part of the question is, how does the compiler know which method to call?

3 Answers   EA Electronic Arts,


Categories