What is a function in oop?


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

Post New Answer

More OOPS Interview Questions

What is interface? When and where is it used?

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  


write a program to find 2 power of a 5digit number with out using big int and exponent ?

0 Answers  


In c++ there is only virtual destructors, no constructors. Why?

4 Answers   IBM, Polaris,


What is namespace?

15 Answers  






Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

0 Answers   CAT,


What is constructor overloading in oop?

0 Answers  


There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?

3 Answers   Microsoft,


Why we use classes in oop?

0 Answers  


Why do we need oop?

0 Answers  


What is protected in oop?

0 Answers  


Explain polymorphism? What r the types of polymorphism? pls give examples?

4 Answers   HCL,


Categories