Why multiple inheritance is not possible?
No Answer is Posted For this Question
Be the First to Post Answer
What is namespace?
In which Scenario you will go for Interface or Abstract Class?
1 Answers InfoAxon Technologies,
What is encapsulation and abstraction? How are they implemented in C++?
0 Answers Agilent, ZS Associates,
What is the difference between class and object?
What is Virtual Keyword?
How would you stop a class from class from being derived or inherited.
What is encapsulation in oops?
c++ provides classes...and classes do what we want but why then strcut are used...if we say data hiding... it is also provided by c++ in structs then why to prefer clasess
What do you mean by inheritance?
namespace is working on which compiler?
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 are the access specifiers avaible in c++?