Answer Posted / hans
denise ritchie
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is abstraction in oop?
write knight tour problem which is present in datastructure
What is encapsulation in oops?
write 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’.
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
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
Write a c++ program to display pass and fail for three student using static member function
Why polymorphism is used in oops?
What is the main purpose of inheritance law?
What is difference between multiple inheritance and multilevel inheritance?
Can you inherit a private class?
What is abstraction in oops?
what's the basic's in dot net
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is abstraction encapsulation?