String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
HCL,
2402if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
1 3540#include
program in c++ that can either 2 integers or 2 floating point numbers and output the smallest number
1 8480
How is polymorphism achieved?
Why do we use oop?
What is the full form of oops?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is inheritance write a program to show use of inheritance?
What are the three parts of a simple empty class?
Why oops is important?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is encapsulation in oops?
What is polymorphism oop?
Why do we need oop?
When not to use object oriented programming?
What are functions in oop?
What are constructors in oop?