|
Related Questions |
View Answer |
|
write aprogram in c++ to read the tokens in one at a time ,if it is integer,push it on stack, if it is binary operator, pop two elements from the stack, apply the operator to the two elements and push the result back on the stack??
|
View Answer
|
|
write function push () of stack that it doubles the length of the array when the array is full
|
View Answer
|
|
How do you specify a custom attribute for the entire assembly (rather than for a class)?
|
View Answer
|
|
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
|
View Answer
|
|
What is meant by software development method?
|
View Answer
|
|
What do you meant by static and dynamic modeling?
|
View Answer
|
|
Why generalization is very strong?
|
View Answer
|
|
What are the advantages of OOPL?
|
View Answer
|
|
What are inner class and anonymous class?
|
View Answer
|
|
What is a default constructor?
|
View Answer
|
|
How do you link a C++ program to C functions?
|
View Answer
|
|
What is abstraction?
|
View Answer
|
|
What is a class?
|
View Answer
|
|
What is the difference between an object and a class?
|
View Answer
|
|
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
|
View Answer
|
|
What is Boyce Codd Normal form?
|
View Answer
|
|
Explain term POLIMORPHISM and give an example using eg. SHAPE object: If I have a base class SHAPE, how would I define DRAW methods for two objects CIRCLE and SQUARE
|
View Answer
|
|
What is the difference between class and structure?
|
View Answer
|
|
Define a constructor - What it is and how it might be called (2 methods).
|
View Answer
|
|
Write a short code using C++ to print out all odd number from 1 to 100 using a for loop
|
View Answer
|