Can we override main method?
No Answer is Posted For this Question
Be the First to Post Answer
What is object in oop?
What is a class?
32 Answers Infosys, TCS, Thylak,
What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.
Name a typical usage of polymorphism
What are oops functions?
What is the difference between C++ and java?
Write a program to find out the number of palindromes in a sentence.
Which is the best institute in hyderabad for C/C++ and it also has fast track course structure.
#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; wow *b; a.x = 22; b = &a; a.x = 23; cout << b->x; return 0; }
What is polymorphism? Explain with an example.
why we call c++ is object oriented lanaguage
What is the renewal class?