How do you answer polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between an object and a class?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What are the main differences between procedure oriented languages and object oriented languages?
9 Answers IBM, Infosys, Wipro,
Do you know about multiple inheritance?
What is the differances between a abstract calss and interface
What is abstraction?
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 in java first invoke public static void main(String args[]) method????Why not public static void method1(String args[])??
what is the advantage in software? what is the difference between the software developer and Engineer
What is difference between multiple inheritance and multilevel inheritance?
Can destructor be overloaded?
what is difference between String s=new String("vali"); String s="vali"