recategorized by
1,018 views
0 votes
0 votes
Which one of the following features is supported by 𝐶 ++ but not by JAVA ?

(a) Encapsulation

(b) Multiple inheritance

(c) Concurrency

(d) Garbage collection
recategorized by

1 Answer

1 votes
1 votes
c++ supports Multiple inheritance which is not implemented in java although there is hack for doing by using interface.

java supports  Garbage collection but c++ doesnot supports it

Related questions

0 votes
0 votes
1 answer
1
rsansiya111 asked Oct 7, 2022
783 views
Which one of the following fundamental features of the OOPs is not supported by 𝐶++?(a) Persistence(b) Delegation(c) Genericity(d) Data abstraction
1 votes
1 votes
0 answers
2
anonymous asked Apr 22, 2018
260 views
Give a simple example on inheriting the operator function and using it in programme
0 votes
0 votes
1 answer
3
nadosha asked 6 days ago
51 views
A constructor cannot be explicitly called by the client program. true or false?
0 votes
0 votes
0 answers
4
nadosha asked 6 days ago
37 views
A program that includes the file containing a class declaration is called a ________ program of the class.