What is destructor example?
No Answer is Posted For this Question
Be the First to Post Answer
sir 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....
1. Wrie a function which returns the most frequent number in a list of integers. Handle the case of more than one number which meets this criterion. public static int[] GetFrequency(int[] list)
what is the 3 types of system development life cycle
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is an interface in oop?
What is class and object with example?
What are the benefits of oop?
What is purpose of inheritance?
What exactly is polymorphism?
What is difference between class and object with example?
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 :( :-?
Explain the concept of abstracion and encapsulation with one example. What is the difference between them?