What is abstraction example?
No Answer is Posted For this Question
Be the First to Post Answer
WILL I GET A guaranteed JOB AFTER DOING bsc()IT) and GNIIT from an NIIT CENTRE??
21 Answers Biocon, MIT, NIIT,
What are the fields of vtable
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 do you mean by static member variable?
What is polymorphism what are the different types of polymorphism?
What is Virtual Keyword?
What is multilevel inheritance?
How is exception handling carried out in c++?
What is and I oop mean?
What is the use of oops?
what is the virtual function overhead, and what is it used for ? i hope i can get and appropriate answers, thanks a lot....
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined