What do you mean by abstraction?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use virtual functions?
Whatis the difference between oop and object based language
What is a scope operator and tell me its functionality?
In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that
is java purely oop Language?
49 Answers HCL, Infosys, TCS,
What is Object and Class? What are the differences between them?
How is polymorphism achieved?
What is nutshell in programming language?
1 Answers Satyam, Tech Mahindra,
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
why in java first invoke public static void main(String args[]) method????Why not public static void method1(String args[])??
What is oops?what is its use in software engineering?
write a progra in c++ using class & object to find out wheather a given no. is prim or not.