Program to read a comment string
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is inheritance in simple words?
WHY FUCTION OVERLOADING DOSENOT RETURN A RETEN TYPE
What is oops concept with example?
what are the ways in which a constructors can be called?
what is the 3 types of system development life cycle
why we are declare the function in the abstract class even though we are declaring it in Derived class?
What are the important components of cohesion?
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 :( :-?
what is the need of abstraction? what is abstraction?what is the abstraction for stack?
What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass
Why is oop useful?