Answer Posted / rashid
Class is nothing but it is the collection of data member and
variable while object is an instance of a class.
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
what is difference between class template and template class?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
Why do we need polymorphism in c#?
What are constructors in oop?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Why we use classes in oop?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What is this pointer in oop?
What are the features of oop?
What is the purpose of enum?
What is an advantage of polymorphism?
What is the real time example of inheritance?
Can an interface inherit a class?
What is and I oop mean?
write a program to find 2 power of a 5digit number with out using big int and exponent ?