What is class in oop with example?
No Answer is Posted For this Question
Be the First to Post Answer
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
what is a virtual class?
5 Answers Cap Gemini, IBM, Infosys, Trinity Technologies,
Which method cannot be overridden?
what is meant by files?
how to create thread in java?
17 Answers IBM, Infosys, Wipro,
What is polymorphism and why is it important?
How many types of access specifier in c# and vb.net?
what is single inheritance?
#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; }
Why multiple inheritance is not possible?
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
Why is polymorphism important in oop?