Is react oop?
No Answer is Posted For this Question
Be the First to Post Answer
what is the 3 types of system development life cycle
what is the difference between <stdio.h>and "stdio.h"?
What are the 4 main oop principles?
What are the two different types of polymorphism?
what is multi level inheritance give n example ?
13 Answers HDFC, Hulas Steel, Ness Technologies,
Why do we use oop?
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
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 differance between Abstract and Interface
for example A,B,C,D are class all the 4 class contain one method who() but the method who() implementaion is differnet among each class. the relation among the 4 class are A is base class and is inherited by B and C.and from this two B and C where D is inherited. the question is i want to display the output who() method in all the classes(A,B,C,D)the output of who() method is diferrent amond all the class(A,B,C,D) ------A------ virtuval who(print a) override | | who(print b) B C override who(print c) | | -------D------ override who(print d)
What is a function in oop?
what i oops concept, how many languages supports oops concept?