What are object oriented concepts?
Answers were Sorted based on User's Feedback
Answer / jay
Object Oriented Conceps are:
1.Inheritance,
2.Encapsulation,
3.Polymorphism,
4.Abstraction.
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / bill
The object oriented concepts are ,
Abstraction
Polymorphysm
Inheritance.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / shanta
Inheritance
polymorphism
class
object
encapsulation
abstraction
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / subbarao
Class
Object
Encapsulation
Abstraction
Inheritence
Polymorphism
Message Passing
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pushparaj pentakota
Class
Object
Encapsulation
Abstraction
Inheritence
Polymorphism
delegates
structs
methods
Is This Answer Correct ? | 0 Yes | 0 No |
Are private class-level variables inherited?
What is CLR and its application.?
Why do we need singleton pattern in c#?
What does private void mean in c#?
What is boxing and unboxing in c#?
Are tuples mutable c#?
What is int32 maxvalue?
How can we sort the elements of the array in descending order?
What is an Interface in C#?
0 Answers TryTechnicals Pvt Ltd,
Define method overloading in c#?
Can a structure inherit a class.
What are primitive data types in c#?