what are the uses of C++
what is difference between objects and function
what is costructor?
What Is a Polymorphism? How many types of polymorphism and whats that use in application?
WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)
write a c++ code to overload + and - for a stack class such that + provides push and - provides pop operation
1 Answers College School Exams Tests, HCL, IBM, TCS,
what is new operator in c++
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
how to write a java program for an output ****0 ***01 **012 *0123 01234
Write on signed and unsigned integers and give three (3) examples each
What is multiple inheritance? Give Example
What do we mean by a hidden argument in C++?
i^=j; j^=i; i^=j; value of i,j