Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Can we make copy constructor private?
Home
C Plus Plus
Can we make copy constructor private?
asked
Jul 16, 2019
in
C Plus Plus
by
Indian
Can we make copy constructor private?
#c
#stl
#oops
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 16, 2019
by
Indian
Yes, a copy constructor can be made private
...