What does and I oop and sksksk mean?
No Answer is Posted For this Question
Be the First to Post Answer
inheritence with example
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass
can inline function declare in private part of class?
In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance
How to Increment the value of the empid E001 for each and every employee by using the programe?
what uses of c++ language?
write a c++ code of diagonal matrix.
//what is wrong with the programme?? #include<iostream.h> template <class first> class dd { first i; public: void set(); void print(); }; void dd< first>:: set() { cin>>i; } void dd< first>::print() { cout<<"\n"<<i; } void main() { dd <char>g; g.set(); g.print(); }
3. Differentiate verification and validation.
What is an advantage of polymorphism?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?