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,
2455if 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 3606#include
program in c++ that can either 2 integers or 2 floating point numbers and output the smallest number
1 8557
How do you explain polymorphism?
Plese get me a perfect C++ program for railway/airway reservation with all details.
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
How do you define a class in oop?
what is graphics
What is solid in oops?
Which language is not a true object oriented programming language?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is new keyword in oops?
Are polymorphisms mutations?
What do you mean by abstraction?
Why is oop better than procedural?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is inheritance write a program to show use of inheritance?
What is the point of oop?