What does <> mean pseudocode?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between class and object?
i 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.
what i oops concept, how many languages supports oops concept?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<<k; } //please comment on the output
What Is a Polymorphism? How many types of polymorphism and whats that use in application?
What is design patterns in C++?
What is difference between class and object with example?
What is inheritance write a program to show use of inheritance?
What type of Job you are providing?
Why it is called runtime polymorphism?
Which is the parameter that is added to every non-static member function when it is called?