Tell us about yourself.
Answer Posted / k.sulthana
hi iam sulthana.iam from chennai.i completed my B.E in
DHAANISH AHMED COLLEGE OF ENGINNERING in chennai.
wel i did my schooling in OUR LADY'S MATRICULATION HR SEC
SCHOOL and i secured 76% in 12tgh and 78% in 10th.
wel coming to my family .my father is a buissness man and
my mother is a house wife.and i had two elder sister and
one younger brother.
wel my strength are quick learner,honesty,punctuality.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What does sksksk mean in text slang?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is the main purpose of inheritance law?
Can private class be inherited?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
can we make game by using c
What is basic concept of oop?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is interface in oop?
What is the fundamental idea of oop?
What are the data types in oop?
What is polymorphism what are the different types of polymorphism?
What are the 5 oop principles?
Are polymorphisms mutations?
What is object in oop with example?