需要这些问题的答案 [英] Need answers for these questions

查看:58
本文介绍了需要这些问题的答案的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,

有谁能让我知道这些问题的答案是什么:

Can anyone let me know what are the answers for these questions:

1. 
void print(float 3.14)
void print(char sshs)

2. abstraction:
constructor of abstract class. 
how can we use abstract class methods and variables in sub class.

3. interface:

interface i1
{
int print()
}
interface i2
{
string print()
}
class class1:i1,i2
{

}
how to use i1 interface method print in class1

4. A table has following syntax.

StudentID | Marks
ABCD123 | 35
ABCD124 | 45
ABCD125 | 20
write a query to find the result if marks >35 pass else fail:

StudentID | Marks | Result
ABCD123 | 35 | Pass
ABCD124 | 45 | Pass 
ABCD125 | 20 | Fail

5. 1==1;
1===1; what is the difference

6. @Html RenderName. What will be the output of this method?

7. Filters in MVC

提前致谢

问候,迪帕克

推荐答案

这看起来像家庭作业或面试问题。请提供上下文。对于Web开发,请在ASP.NET
论坛中发布。
This looks like homework or interview questions. Please provide the context. For web development please post in the ASP.NET forums.


这篇关于需要这些问题的答案的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆