What is oops concept with example?
No Answer is Posted For this Question
Be the First to Post Answer
What normal C constructs work differently in C++?
How Do you Code Composition and Aggregation in C++ ?
What is encapsulation with example?
What is public, protected, private?
where is memory for struct allocated? where is memory for class-object allocated? I replied for struct in stack and for class-object in heap. THen he asked if class has struct member variable what happens.class on heap and what about struct in that class? couldnt ans :( :-?
Given two strings like x=?hello? and y=?open?, remove any character from string x which is also used in string y, thus making the result x=?hll?.
what is the use of mutable key word
me get an assignent n its question is this 1.creat a set as in math i.ea={1,2} 2.insert element in it3. delete element don,t repeat any element 4.union 5. intersection of two sets plz help me i always pray for u n send me at ayeshawzd@hotmail.com f u have c++ how to program 5th addition then it is the 10.9 question in 10th chapter exercise
What is polymorphism used for?
Write a program to find out the number of palindromes in a sentence.
What is debug class?what is trace class? What differences are between them? With examples.
How is polymorphism achieved?