adspace


how can one use hcl and c sharp together?

Answer Posted / Waseem Alam

HCL (High Level Language) is a programming language, while C# is a modern, object-oriented programming language developed by Microsoft. To use HCL and C# together in the same project, you would typically write separate programs for each language and interface them using APIs or shared libraries. However, it's important to note that directly integrating HCL with C# within the same program is not possible.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is expression tree in c#?

996


How to assign Null value to Var?

1061


How do you inherit a class into other class in c#?

991


Why can't we use a static class instead of singleton?

951


Which namespaces are necessary to create a localized application?

1139


What is an abstract class c#?

966