Web Technologies
Android
Angular
BootStrap
ECMAScript
HTML
Image Processing
JavaScript
MVC
Onsen UI
React JS
SOAP UI
Vue.js
Cloud/DevOps Technologies
Amazon EC2
Ansible
Augmented Reality
AWS
Azure
Big Data
Cache Teachniques
Cassandra
Commercial Insurance
Cloud
CD
CI
Data Handling
Data using R
Data Science
DevOps
Gradle
Hadoop
HBase
HDFS
Hive
IOT
Jenkins
Machine Learning
MangoDB
NGINX
SOAP UI
Latest Technologies
5G Network
Agile
Android
Arduino
Augmented Reality
Commercial Insurance
C#
C++
Cyber Security
Data Handling
Data using R
Data Science
DBMS
Design-Pattern
Fortify
Ethical Hacking
Framework
GIT
GIT Slack
Image Processing
Java
Jenkins
Jira
JUnit
Kibana
Linux
MangoDB
Oracle
PHP
Python
QTP
R Language
Regression Analysis
Robotic
Salesforce
SAP
Selenium
Service Discovery
Service Now
Spark SQL
Testing
TOGAF
Research Method
Virtual Reality
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 override private virtual method in C#?
Home
C Sharp
Can we override private virtual method in C#?
0
votes
asked
Oct 18, 2019
in
C Sharp
by
Robin
(
13.0k
points)
Can we override private virtual method in C#?
private-virtual-method
private-virtual
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 18, 2019
by
rajeshsharma
(
23.1k
points)
No. We can’t override private virtual methods as it is not accessible outside the class.
Click here to read more about Loan/Mortgage
Click here to read more about Insurance
Related questions
+1
vote
Can a private virtual method can be overridden?
asked
Apr 9, 2020
in
C Sharp
by
GeorgeBell
(
4.5k
points)
#dotnet
#chash
#basicc#
0
votes
Can we use delegates for asynchronous method calls in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
(
13.0k
points)
c#-delegates
delegates
0
votes
Can we use “this” inside a static method in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
(
13.0k
points)
this-c#
c#-this
+1
vote
Can a private virtual method be overridden?
asked
Jun 25, 2019
in
Dot Net
by
Venkatshastri
(
1.4k
points)
#dotnet
#basicc#
#chash
0
votes
How we can sort the array elements in descending order in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
(
13.0k
points)
sort-array
array-sort
0
votes
Can we have only “try” block without “catch” block in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
(
13.0k
points)
try-c#
c#-try
c#-catch
catch-c#
0
votes
Can we execute multiple catch blocks in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
(
13.0k
points)
multiple-catch-blocks
catch-block-c#
0
votes
Is it possible to override the private methods in Java?
asked
Feb 9, 2021
in
JAVA
by
SakshiSharma
(
30.8k
points)
#private-methods
java-private-methods
java-methods
Java-questions-answers
+1
vote
Can you override a final method in Java?
asked
Feb 1
in
JAVA
by
sharadyadav1986
(
30.4k
points)
final-method
0
votes
What is the difference between method overloading and method overriding in C#?
asked
May 6, 2020
in
C Sharp
by
SakshiSharma
(
30.8k
points)
#method-overloading
...