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 overloading and its types?

0 Answers  


monkey starts climbing up a tree 20ft tall,each hour ,it hops 3ft and slips back by 2ft .how much time it wil tak to reach top of the tree?

13 Answers   IonIdea,


What are the benefits of polymorphism?

0 Answers  


What is a superclass in oop?

0 Answers  


Whatis the difference between oop and object based language

3 Answers  






what is the difference between class and object?

9 Answers  


Prepare me a program for the animation of train

0 Answers  


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

0 Answers  


program for insertion ,deletion,sorting in double link list

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 do we use oops?

0 Answers  


design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }

0 Answers  


Categories