Can we create object of interface?
Why is there no multiple inheritance?
What is overloading in oop?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Which language is pure oop?
What is static modifier?
I am DeePu sotware engineer working with EMC corporation ,recently I had attended mcafee interview . Their questions were at heights of stupidity , I don't know what they want , I am a developer with 4 year experienced .I am listing the questions asked 1:What is the flag in g++ to avoid structure padding 2:In wht order parameters are passed to stack 3:How you will edit code segment of an exe
What is the difference between and interface and an abstract class ?
4 Answers IBM, Infosys, Ness Technologies,
Conversion from a basic type to a class type may be achieved using______________
1. Strong name 2. how to prevent a class from being inherited 3. delegates 4. default modifier for interface 5. default modifier for class 6. base class for exception 7. diff bet trigger and view in sql 8. how to exchange values from one page to another page 9. can multiple catch block ll be executed at same time 10. can u store different data types in an array & array list 11. when we ll use trigger 12. try,catch,finally usage
What is abstraction with example?
What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?