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

how to find the correct email address format by using the programe?

1 Answers   Accenture,


What is virtual class and friend class?

5 Answers   IBS, Intel, Wipro,


What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined

7 Answers  


write a program that takes input in digits and display the result in words from 1 to 1000

0 Answers   Wipro,


INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

0 Answers  






What are the 5 oop principles?

0 Answers  


which structured data type is not used in c++? 1.union 2.structure 3.string 4.boolean

2 Answers   HCL, Wipro,


how to find the largest of given numbers in an array

2 Answers  


What is the difference between XML Web Services using ASMX and .NET Remoting using SOAP?

1 Answers  


Why is polymorphism needed?

0 Answers  


Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

0 Answers   TCS,


Conversion from a basic type to a class type may be achieved using______________

5 Answers   HCL,


Categories