Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
[JavaScript] Is it a right way to mimic Inheritance in JavaScript?(Without es6 Syntax)
class
inheritance
javascript
prototype
7 Votes
7 Answers
11th Jun 2017, 7:01 AM
ź¹ģ ģ (Legacy)
Is there any way to achieve multiple inheritance in java without interface?
inheritance
java
3 Votes
3 Answers
2nd Aug 2018, 1:06 PM
Shashikumar K L
Can anyone help me to understand difference between inheritance and interface?
help
me
out
1 Vote
2 Answers
4th Nov 2020, 4:22 AM
Aayush Kumar
Which do you prefer, inheritance and polymorphism in Java or C#?
c#
inheritance
java
polymorphism
0 Votes
5 Answers
23rd Dec 2016, 11:26 AM
DiĆ³genes FranƧa Almeida
Can any one explain me inheritance in java programming
java
programming
0 Votes
2 Answers
23rd Jan 2018, 8:06 AM
Faiz Ahmad
how to learn coding for relationship with classes in c++(such as inheritance ,compostion)?
c++,
ooc
3 Votes
3 Answers
11th Nov 2020, 11:00 PM
Subramaniam Jeyaseelan
can anyone help?
c++
inheritance
0 Votes
19 Answers
17th Oct 2019, 8:32 PM
Mohammed Raihan
What is the difference between inheritance and Super keyword in java??
java
0 Votes
3 Answers
22nd Apr 2019, 2:44 PM
Soumya Halder
Which of the following is true about inheritance in Java.
inheritance
java
1 Vote
1 Answer
15th Jul 2018, 7:46 AM
Bharathi Priya
Is it possible to achive the multiple inheritance in java
java
1 Vote
2 Answers
27th Feb 2018, 4:02 PM
Sukhpreet Singh
How to get the distance between two point by using inheritance
c++
classes
inheritance
oop
setters
1 Vote
1 Answer
1st May 2018, 11:36 AM
Asmaa El-Deeb
How can the inheritance and polymorphism can be different?
cpp
1 Vote
1 Answer
1st Aug 2017, 1:25 PM
Sai Yerni Akhil
trying to make contructor for student id with inheritance
java
0 Votes
1 Answer
23rd Oct 2016, 12:28 PM
Vincent Inzie Lawson
Prototype inheritance passing arguments to instance properties or methods
javascript
0 Votes
1 Answer
19th Apr 2017, 9:21 AM
Donny Gozali
Implementing multiple inheritance and implenting interface is same or not???
,multiple
inheritance
interfaces
0 Votes
2 Answers
24th Sep 2018, 3:02 AM
Nick
static member variables in inheritance are they inherited? In Java
java
2 Votes
1 Answer
12th Nov 2017, 6:13 PM
AKASH
How can we access private mode inheritance i.e. class B: private A
classes
inheritance
3 Votes
3 Answers
22nd Jan 2018, 2:01 PM
Sagar Pipaliya
In the Java programming language, can a class inherit its methods from several other classes at the same time?
classes
inheritance
java
oop
21 Votes
2 Answers
20th May 2020, 9:03 PM
sasan zare
program to create a room class,with the attributes roomNo,roomType,roomArea and ACmachine, with function setdata ,displaydata
inheritance
3 Votes
10 Answers
3rd Sep 2019, 4:03 PM
mary uiru
How I can use multiple inheritance with 2 class in c++ ?
cpp
1 Vote
3 Answers
22nd Apr 2019, 8:39 PM
Raitovin
In inheritance, must the base class always be "Public"?
inheritance
4 Votes
9 Answers
1st Jul 2018, 2:59 PM
StEvEn
Can anyone please teach me Inheritance:Extending Classes. Exams...
inheritance
10 Votes
7 Answers
16th Feb 2018, 3:33 AM
Prachi Chauhan
Inheritance & Polymorphism , can some one fill the blanks pls,
c++
polymorphism
1 Vote
1 Answer
8th Jan 2019, 8:59 AM
Manizha Nazari
What is the difference between interfaces (implements) and inheritance (extends)?
inheritance
interfaces
java
0 Votes
2 Answers
12th Apr 2017, 12:59 PM
Green
What is a class inheritance and how does it work?
python
0 Votes
2 Answers
16th Dec 2017, 6:54 AM
Ariel Monterrosas
it okay to used grading system with login in inheritance
c++
inheritance
0 Votes
1 Answer
27th Dec 2019, 9:02 PM
Dawin Travero
How to code inheritance protected public and private? Plz give code
c++
0 Votes
3 Answers
29th Jan 2017, 2:22 AM
Bibek Sunuwar
What's the difference between inheritance and including a file (#include"myfile.h")
c++
header
include
inheritance
oop
1 Vote
1 Answer
29th Aug 2017, 2:13 PM
Renugopal Siva
Write a program to find area of rectangle and volume of cuboid using simple inheritance
java
1 Vote
4 Answers
4th Nov 2020, 2:55 PM
Shabista Imam
Introduction of multiple inheritance affect the class scope lookup.? How
c++
inheritance
multiple
0 Votes
1 Answer
17th Jul 2017, 7:42 AM
Anjaneya Karjigi
Program for Nand gate using Multiple inheritance eg. class NandGate(AndGate,NotGate)
python
python3
1 Vote
1 Answer
20th Dec 2017, 11:28 AM
Bobby Jose
Can I give inheritance to my classes using entity framework?
c#
0 Votes
1 Answer
4th Jul 2016, 4:47 AM
Crsk
How do you solve this issue with class and inheritance in separate files?
class
cpp
inheritance
2 Votes
4 Answers
22nd Feb 2018, 6:57 PM
Otumian Empire
Can Anyone explain Difference between Abstraction, Encapsulation and Inheritance in OOPs concept?
java
1 Vote
1 Answer
20th Sep 2020, 7:03 AM
Ajay Mistry
Can we Achieve multiple inheritance using interface??If it's yes give one example else give reason?
java
0 Votes
5 Answers
21st Jan 2020, 5:33 AM
Punith M S
What is best to learn c# or java?
inheritance
1 Vote
13 Answers
15th Mar 2018, 3:14 PM
Frempong Kwabs
I want an example that shows me inheritance in Java because Im confused ...!
inheritance
java
learn
1 Vote
3 Answers
8th Jul 2020, 4:19 PM
Eilaf Abd Almjeed
Why with virtual inheritance size more? I. 've thought it on the contrary.
c++
inheritance
virtual
6 Votes
1 Answer
18th May 2017, 3:27 PM
shaldem
Can i use only functional programming with php?
inheritance
5 Votes
2 Answers
28th Jan 2019, 12:13 PM
CaStill0~Dz š©šæ
Can someone help me please to implement this code i am stuck at least just the algorithm
abstract-classes
classes
inheritance
java
objects
oop
programming
1 Vote
4 Answers
15th Apr 2021, 4:04 PM
Mark G. Ghrayeb
What's the difference between inheritance and composition, and also how to apply them in codes
composition
inheritance
vs
4 Votes
3 Answers
18th Jan 2018, 2:41 PM
AWI
In Java can we use import keyword instead of Inheritance for doing the same work?
import
inheritance
java
3 Votes
2 Answers
29th Jun 2018, 4:48 PM
Swarnadeep Ghosh
what do curly parentheses do in this case
inheritance
java
11 Votes
10 Answers
9th May 2019, 2:11 AM
ABADA S
How many types of inheritance are there ?? And how it affects the working??
c++
inheritance
4 Votes
2 Answers
16th Mar 2017, 6:31 AM
Abdul Mannan
Wants to know that why we are not use multiple inheritance in java ?
java
1 Vote
4 Answers
12th Jul 2016, 5:22 PM
Sourabh Jain Shan
In inheritance first base class constructer is call so why destructer of drive class is first call?
c++
constructors
destructors
inheritance
-1 Vote
9 Answers
15th Sep 2020, 5:26 AM
vaibhav patil
Can i extend inheritance class after main method or does it have to be before?
class
extended
java
main
methods
2 Votes
5 Answers
11th Sep 2017, 1:24 PM
D_Stark
While invoking sub class usin constructor how the super class gets executing first?
inheritance
2 Votes
6 Answers
20th Aug 2018, 4:06 PM
A.G.RAGHUL
Need help with this.
inheritance
1 Vote
7 Answers
29th Nov 2017, 3:42 AM
Trever Young
Is C++ the only major language that supports multiple inheritance?
inheritance
multiple
13 Votes
3 Answers
10th Sep 2018, 3:40 AM
Sonic
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
5
6
7
...
16
Next >
Hot today
What's wrong with this code ? ( Beginner)
4 Votes
Pig Latin
0 Votes
Someone can help me
0 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Currently learning C++, Iām getting into socket programming with C++
0 Votes
Iām new someone can help me
0 Votes
Is there any new bug in the projects reply sections?
1 Votes
What's doctype htMl
2 Votes
HTML community, HELP!!
0 Votes