Why polymorphism is used in oops?
No Answer is Posted For this Question
Be the First to Post Answer
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’.
can we make a class static without using static keyword?
Name an advantage of linked list over array?
can we create and enter the data & hide files using programmes ?
what is the new version of c++
1 Answers Ignou, Pramata, Satyam,
What do you mean by overloading?
what is opps?why it is use in programming language?
why the argument is passed by reference to a copy constructor?example?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Can we create object of class with private constructor?
Can private class be inherited?
Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.