WHAT'S THE OOPS BASIC OOPS CONCEPTS IN DOTNET
Answer / guest
The basic oop's concepts in .net are :-
1. Data hiding.
2. Data Abstraction.
3. Polymorphism
4. Encapsulation.
5. Inheritance.
6. Exception handling.
| Is This Answer Correct ? | 7 Yes | 3 No |
Round up a Decimal number in c++.. example Note = 3.5 is as 4 3.3 is as 3
3 Answers Accenture, Cognizant, IBM,
what is the difference between a package and a software?
What is the importance of oop?
what are the ways in which a constructors can be called?
In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance
143.what is oops principles?
In OverLoading concept,Why they are not consider return value and why they are consider only parameters in method? For ex: public int Add(int a,int b){...} public String Add(int a,int b){...}
Which is faster post increment or pre increment ? and in which cases should u use either - to increase speed?
Can a destructor be called directly?
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.
how does a main() in C++ is different from main() in C?
What are generic functions and generic classes?