Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?
5 19892i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.
1 4805write 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’.
2275write 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).
2158sir i want to know which posting to apply since i am BE CSE.. also want to know what are the rounds there for my interview...Expecting for ur valuable answer....
2 4414Base class has two public data members. How can i derive a new class with one datamember as public and another data member as private?.
2 6313
Where is pseudocode used?
Write a program to sort the number with different sorts in one program ??
Give two or more real cenario of virtual function and vertual object
Why do we need polymorphism in c#?
What is the purpose of polymorphism?
Get me an image implementation program.
Is this job good for future? can do this job post grduate student?
What is meant by oops concept?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Why is abstraction used? What is encapsulation oop? What is constructor in oop? What is encapsulation in oops? What are the benefits of interface? Get me a number puzzle game-program