what is difference b/w object based and object oriented programming language?
Chaitanya, College School Exams Tests, Educomp, IBM, Infosys, Telko,
18 47002what is multithreading in c++ , what is difference between multithreading and singlethreading.
4 34547How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
2136
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
is there any choice in opting subjects like 4 out of 7
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is the difference between encapsulation and polymorphism?
What are the 5 oop principles?
What does <> mean pseudocode?
What is abstraction in oops with example?
Is this job good for future? can do this job post grduate student?
What is oops and its features?
What is interface? When and where is it used?
What is static in oop?
write string class as your own class in java without using any built-in function
How do you achieve polymorphism?
What is the example of polymorphism?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?