Petrol pump mgt. system: To design a program that display an interface for the sale of the Petrol and then make the entries at the backend in the database.
What is extreme programming?
tell about copy constructor
i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<<k; } //please comment on the output
What is methods in oop?
difference between overloading and overridding
what is the difference between containership and inheritence?
What is an orthogonal base class?
Which language is not a true object oriented programming language?
Which is the best institute in hyderabad for C/C++ and it also has fast track course structure.
What is coupling in oop?
i have to create a view in SQL as like in ORACLE DATA EXPRESS EDITION
I hv a same function name,arguments in both base class and dervied class, but the return type is different. Can we call this as a function overloading? Explain?