What is debug class?what is trace class? What differences are between them? With examples.
what is a binary overloading
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.
Is html an oop?
what is graphics
A file pointer always contains the __________ of the file
c++ provides classes...and classes do what we want but why then strcut are used...if we say data hiding... it is also provided by c++ in structs then why to prefer clasess
What is the benefit of oop?
#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }
Why is static class not inherited?
what are abstract classes and how they impliment , with example
what isthe difference between c structure and c++ class
i have to create a view in SQL as like in ORACLE DATA EXPRESS EDITION