write a code for this:trailer recordId contains a value
other than 99, then the file must error with the
reason ‘Invalid RECORD_ID’(User Defined Exception).
No Answer is Posted For this Question
Be the First to Post Answer
What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass
How do you explain polymorphism?
Are polymorphisms mutations?
what is single inheritance?
Advantage and disadvantage of routing in telecom sector
What is difference between multiple inheritance and multilevel inheritance?
I hv a same function name,arguments in both base class and dervied class, but the return type is different. Can we call this as a function overloading? Explain?
What is polymorphism what is it for and how is it used?
What do you mean by binding of data and functions?
why we call c++ is object oriented lanaguage
define oops with class and object
In multilevel inheritance constructors will be executed from the .... class to ... class