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
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is difference between #define and const?
what is multithreading in c++ , what is difference between multithreading and singlethreading.
Why is polymorphism important in oop?
what is an instance of a class
What is abstraction with example?
for example A,B,C,D are class all the 4 class contain one method who() but the method who() implementaion is differnet among each class. the relation among the 4 class are A is base class and is inherited by B and C.and from this two B and C where D is inherited. the question is i want to display the output who() method in all the classes(A,B,C,D)the output of who() method is diferrent amond all the class(A,B,C,D) ------A------ virtuval who(print a) override | | who(print b) B C override who(print c) | | -------D------ override who(print d)
what is difference between objects and function
What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile
What is multilevel inheritance?
What is advantage of inheritance?
What do you mean by variable?