Can we override main method?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

What is object in oop?

0 Answers  


What is a class?

32 Answers   Infosys, TCS, Thylak,


What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.

2 Answers  


Name a typical usage of polymorphism

3 Answers  


What are oops functions?

0 Answers  






What is the difference between C++ and java?

6 Answers   Atos Origin,


Write a program to find out the number of palindromes in a sentence.

1 Answers   TCS,


Which is the best institute in hyderabad for C/C++ and it also has fast track course structure.

13 Answers   Wipro,


#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; }

1 Answers  


What is polymorphism? Explain with an example.

48 Answers  


why we call c++ is object oriented lanaguage

7 Answers   HCL,


What is the renewal class?

0 Answers   Ebix, IBM,


Categories