What does I oop mean?
No Answer is Posted For this Question
Be the First to Post Answer
write a function that takes an integer array as an input and finds the largest number in the array. You can not sort array or use any API or searching needs?
2 Answers IBMS, Zycus Infotech,
What is the main feature of oop?
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
Example for 4 pillar of oops like, Inheritance,Poly,Abstraction,Encabsulation ?
what is a binary overloading
what is the basic concept of inheritance?
What is encapsulation process?
why destructor is not over loaded?
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??
write a program in c++ to overload the function add (s1,s2) where s1 and s2 are integers and floating point values.
what is difference between objects and function
What polymorphism means?